home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / stakshel.arc / STKSHLL.JMD < prev   
Encoding:
Text File  |  1987-12-26  |  3.0 KB  |  83 lines

  1. ******************************************************************************
  2.                                                                 12/05/87
  3.                         NOTES ON STACKS, SHELL AND ENVIRONMENT.
  4. ******************************************************************************
  5.  
  6.  
  7. STACKS:         As found in appendix B-1 in DOS 3.2 manual
  8.  
  9. COMMAND
  10.  
  11. PURPOSE: Allows you to overide the default stack resources.
  12.  
  13. FORMAT:  STACKS=n,s
  14.  
  15.  
  16. REMARKS: n is the number of stack frames. The default number
  17.          of stack frames is 9. The range of values for n is
  18.          from 8 to 64.
  19.  
  20.          s is the size (in bytes) of each stack frame. The
  21.          default size of each frame is 128 bytes. The range
  22.          of values for s is from 32 to 512.
  23.  
  24.  
  25.                   NOTE: Increasing stack resources reduces
  26.                         available memory. It is advised
  27.                         that you increase the number of
  28.                         stacks first when trying to alleviate
  29.                         the stack error condition.
  30.           
  31.              
  32.           Each time a hardware interrupt occurs, DOS allocates one
  33.           frame from the stack pool. After the interrupt has been
  34.           processed, DOS returns the frame to the stack pool.SHELL
  35.  
  36.  
  37.  
  38. SHELL
  39. COMMAND
  40.  
  41.  
  42. FORMAT:  SHELL=COMMAND.COM /E:xxxx /P
  43.  
  44.  
  45.  
  46. PURPOSE: Allows you specify the name and location of a top
  47.          level command processor that DOS initialization
  48.          loads in place of COMMAND.COM. 
  49.  
  50.  
  51. PARAMETERES:
  52.          /E:xxxx specifies base 10 integer and indicates
  53.           the number of bytes to set the environment size.
  54.           This number must be in the range of 160 to 32768.
  55.      
  56.          /P causes COMMAND.COM to execute AUTOEXEC.BAT 
  57.           once it gets installed. 
  58.  
  59.  
  60.                            put it this way in your CONFIG.SYS
  61.                            SHELL= COMMAND.COM /E:512 /P without
  62.                            the /P AUTOEXEC.BAT will not execute.
  63.  
  64.                                              Joe Dumanov
  65.  
  66.                                               on:
  67.                                               Software Society Board
  68.                                               201-729-7410
  69.                                                                       
  70.                                               Chuck's Attempt
  71.                                               201-729-2606
  72.                                                                       
  73.                                               Turbo Eagle
  74.                                               201-729-7056
  75.  
  76.  
  77.                                               Sura's Designed Letters
  78.                                               201-263-9147
  79.  
  80.                                             These boards 
  81.                                             contain "some ofthe best from the 
  82.                                             north, south, east and west!"
  83.